golang.org/x/net/http2.ClientConn.strictMaxConcurrentStreams (field)

4 uses

	golang.org/x/net/http2 (current package)
		transport.go#L233: 	strictMaxConcurrentStreams  bool
		transport.go#L476: 		strictMaxConcurrentStreams:  conf.StrictMaxConcurrentRequests,
		transport.go#L669: 	if cc.strictMaxConcurrentStreams {
		transport.go#L2891: 	cc.strictMaxConcurrentStreams = true